Search

Help

Page 2 of 15. Showing 149 results (0.112 seconds)

  1. Cloud Fondations - Hypervisor KVM at Home

    https://help.ubuntu.com/community/KVM/Managing/VirtManager. To get things going here simply... do not setup ssh key only authentication yet. Instead just enable key authentication, (keep line x commented out … with tin.pham enabled to use ssh key authentication. Setup Client Manager on Separate Machine Best to use Ubuntu default Desktop. I'm using the Ubuntu default
    www.bonsaiframework.comFeb 12, 2019
  2. Setup Ubuntu Linux Base Server Bash Script 16.04.1 (Oct 2016)

    sudo chmod or /etc/sudoers.d/01enablesudoforstaff exit SSH for HOST and CONTAINER install ssh sudo aptget assumeyes install ssh If you have slow ssh connection … a /etc/ssh/sshdconfig echo 'UseDNS no' sudo tee a /etc/ssh/sshdconfig MINIMAL SOFTWARE ON CONTAINER Software below is required to run the other scripts ie
    www.bonsaiframework.comDec 18, 2023
  3. Setup Ubuntu Linux Base Server Bash Script 20 (Dec 2023)

    SSH Currently SSH can use keys, but falls back to passwords if keys fail. Once you confirm you can log in successfully with keys AND use sudo with your account … www.bonsaiframework.com/tscripts/01enablesudoforstaff sudo chmod or /etc/sudoers.d/01enablesudoforstaff exit SSH for HOST and CONTAINER install ssh sudo aptget assumeyes install ssh
    www.bonsaiframework.comDec 20, 2023
  4. Docker Cookbook.pdf

    will need to be both a read and a write token so that Machine can upload a public SSH key (Figure 17). Set an environment variable DIGITALOCEANACCESSTOKEN in your local computer shell that defines the token you created. Machine will upload an SSH key to your cloud account. Make sure that your access tokens or API keys give you
    www.bonsaiframework.com / … / 5.5 DockerMay 06, 2016
  5. 1.4 Creating User Accounts

    want to change them. However, this may be greatly mitigated with RSA SSH key based authentication. Naming Convention You may want to understand the naming … of supplementary groups of the new account h, help display this help message and exit k, skel SKELDIR use this alternative skeleton directory K, key KEY=VALUE
    www.bonsaiframework.comJul 21, 2019
  6. Allowing Remote Administration in PostgreSQL

    Sometimes you need to provide remote administration where you can not directly connect to your server via ssh and create tunnels. For security reasons, by default, postgresql disables all remote connections. Only do this if SSH tunnels is not possible. SSH with Keys is the preferred method for providing remote
    www.bonsaiframework.comAug 08, 2015
  7. 5.0 LXC

    ` ) foreach? cp /dev/null $ii foreach? end delete gz files There's more... user history... Regenerate SSH Host Keys Next boot up your container, log via the lxc console (is less steps) or ssh with a sudo enabled account and change your SSH host keys, sudo rm /etc/ssh/sshhost delete original keys dpkgreconfigure
    www.bonsaiframework.comAug 23, 2019
  8. Deny SSH Access

    Sometimes it is preferable to disallow direct ssh access for specific users or groups. Within the Bonsai Framework, we often use this for service accounts … group. This is accomplished by modifying /etc/ssh/sshdconfig. Deny SSH Access for Users ... Deny SSH Access for Groups We usually start with this as the second
    www.bonsaiframework.comSep 19, 2017
  9. Disable Reverse DNS on SSH Server

    If you find that connecting via SSH is slow you might want to disable DNS lookup done by the SSH Server to the Client by disabling reverse DNS. I have noticed this behaviour with Ubuntu 13 and 14. echo ' Disable reverse DNS lookup to prevent slow login' sudo tee a /etc/ssh/sshdconfig echo 'UseDNS no' sudo tee a /etc
    www.bonsaiframework.comSep 01, 2017
  10. SSH - Double Tunnel

    to that network (e.g: a jump box). Your client machine (client.local) → Tunnel to Intermediate SSH server (jumpbox.intermediate) → Tunnel to final destination (finalsrv.protected) Follow these steps to accomplish this: 1) Connect via SSH to your 1st hop (in our case jumpbox.intermediate), but before you do, set up the local tunnel
    www.bonsaiframework.comDec 05, 2017